home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 November / EnterCD 11_2002.iso / Internet / Amaya 6.4 / Windows NT.exe / _SETUP.1 / creating_html_style_elements.html < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-11  |  2.8 KB  |  80 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  7.   <meta name="GENERATOR" content="amaya 5.4, see http://www.w3.org/Amaya/" />
  8.   <title>Creating HTML Style Elements</title>
  9.   <style type="text/css">
  10.  </style>
  11.   <link href="../style.css" rel="stylesheet" type="text/css" />
  12. </head>
  13.  
  14. <body xml:lang="en" lang="en">
  15.  
  16. <table border="0" summary="toc">
  17.   <tbody>
  18.     <tr>
  19.       <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
  20.         src="../../images/amaya.gif" /></td>
  21.       <td><p><a href="about_applying_style_using_html_elements.html"
  22.         accesskey="p"><img alt="previous" src="../../images/left.gif" /></a>
  23.         <a href="../StyleSheets.html" accesskey="t"><img alt="top"
  24.         src="../../images/up.gif" /></a> <a href="removing_style.html"
  25.         accesskey="n"><img alt="next" src="../../images/right.gif" /></a></p>
  26.       </td>
  27.     </tr>
  28.   </tbody>
  29. </table>
  30.  
  31. <div id="page_body" class="Section1">
  32. <h1>Creating HTML Style Elements</h1>
  33.  
  34. <p>Two submenus on the <strong>Style</strong> menu enable you to add HTML
  35. elements to your CSS style sheet: <strong>Information Type</strong> and
  36. <strong>Character Elements</strong>.</p>
  37.  
  38. <h2>Information Types</h2>
  39.  
  40. <p>The <strong>Information Type</strong> submenu lists HTML elements that
  41. define abstract styles. Three of these styles are also available through
  42. buttons: <em>emphasis</em> <img src="../../images/Em.gif"
  43. alt="Emphasis button" />, <strong>strong</strong> <img
  44. src="../../images/Strong.gif" alt="Strong button" /> and <code>code</code>
  45. <img src="../../images/code.gif" alt="Code button" />.</p>
  46.  
  47. <p class="ProcedureCaption">To apply an information type:</p>
  48. <ol>
  49.   <li>Select a character string in your page. 
  50.     <p></p>
  51.   </li>
  52.   <li>Choose an option from the <strong>Information Types</strong> submenu. 
  53.     <p>The selected character string displays in the chosen style.</p>
  54.   </li>
  55. </ol>
  56.  
  57. <h2>Character Elements</h2>
  58.  
  59. <p>The <strong>Character Elements</strong> submenu enables you to change the
  60. style of the text to italic, bold, teletype, superscript, subscript, and so
  61. on (these are included to complete the HTML 3.2 implementation).</p>
  62.  
  63. <p class="ProcedureCaption">To apply a character element:</p>
  64. <ol>
  65.   <li>Select a character string in your page. 
  66.     <p></p>
  67.   </li>
  68.   <li>Choose an option from the <strong>Character Elements</strong> submenu. 
  69.     <p>The selected character string displays the chosen style.</p>
  70.   </li>
  71. </ol>
  72.  
  73. <h2>See Also:</h2>
  74. <ul>
  75.   <li><a href="working_with_styles.html">Working with Styles</a></li>
  76. </ul>
  77. </div>
  78. </body>
  79. </html>
  80.